home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 206
- Top = 107
- Width = 155
- Height = 201
- Caption = 'COM client'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object CheckBox1: TCheckBox
- Left = 8
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Object 1 is alive'
- TabOrder = 0
- OnClick = CheckBoxClick
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Object 2 is alive'
- TabOrder = 1
- OnClick = CheckBoxClick
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 56
- Width = 97
- Height = 17
- Caption = 'Object 3 is alive'
- TabOrder = 2
- OnClick = CheckBoxClick
- end
- object CheckBox4: TCheckBox
- Left = 8
- Top = 80
- Width = 97
- Height = 17
- Caption = 'Object 4 is alive'
- TabOrder = 3
- OnClick = CheckBoxClick
- end
- object CheckBox5: TCheckBox
- Left = 8
- Top = 104
- Width = 97
- Height = 17
- Caption = 'Object 5 is alive'
- TabOrder = 4
- OnClick = CheckBoxClick
- end
- object CheckBox6: TCheckBox
- Left = 8
- Top = 128
- Width = 97
- Height = 17
- Caption = 'Object 6 is alive'
- TabOrder = 5
- OnClick = CheckBoxClick
- end
- object CheckBox7: TCheckBox
- Left = 8
- Top = 152
- Width = 97
- Height = 17
- Caption = 'Object 7 is alive'
- TabOrder = 6
- OnClick = CheckBoxClick
- end
- end
-